/*nav*/
@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 16px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    	border: 0;
        border-top-width: 5px;
        border-top-style: solid;
    }
}
/*aside*/
aside h3 {
	background: #123077;
	color: #ffffff;
	text-align: center;
	padding: 25px 0;
	font-weight: bold;
}
aside p {
    font-weight: normal;
}
aside>ul {
	background: #eee;
}
aside ul li a {
	color: #333;
	display: block;
	padding: 10px 10px;
	border-top: 1px solid #ccc;
	text-decoration: none;
}
aside li>a:hover {
	background: #123077;
	color: #fff;
}
aside li a>span {
	font-size: 18px;
}
aside .item-more>ul {
	display: none;
}
aside .item-more.active>ul {
	display: block;
}
aside .item-more i {
	float: right;
	line-height: 1.428;
}
/*paging*/
.paging {
	text-align: center;
	margin: 30px 0;
}
.paging li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.paging a, .paging .page-link {
	border: 1px solid #dddddd;
	padding: 8px 16px;
	color: #999999;
	display: inline-block;
}
.paging a:hover, .paging .active {
	background: #123077;
	border: 1px solid #123077;
	color: #ffffff;
}
/*channel*/
h5.channel-title {
    border-bottom: 1px solid #dddddd;
}
h5.channel-title span {
    border-bottom: 3px solid #333333;
    vertical-align: text-top;
}
@media (max-width: 400px) {
    .product-list h5 {
        font-size: 1.4rem;
    }
    .list-unstyled h5 {
        font-size: 1.4rem;
    }
}
/*list-case*/
.v-box{
    margin-bottom: 30px;
    position: relative;
}
.v-box-child{
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    height: 100%;
    padding:50px 30px;
    display: none;
    width: 100%;
}
.v-box img{
    width: 100%;
}
.v-box:hover .v-box-child{
    display: block;
    transition: 0.5s all;
}
.v-box-child>a{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
.v-box-child>i{
    width: 40px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.v-box-child>span{
    color: #ffffff;
}
/*contact*/

.contact-sort {
    height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-sort a {
    height: 110px;
    text-align: center;
    color: #777;
    padding: 10px
}

.contact-sort a:hover {
    background-color: #337ab7;
    color: #fff;
    text-decoration: none
}

.contact-sort a .fa {
    font-size: 28px;
    vertical-align: -6px;
}

.contact-sort span {
    display: block;
    text-align: center;
    word-wrap: break-word;
    margin-top: 3px
}

.bottom-title-ch {
    font-size: 25px;
    letter-spacing: .25px;
    color: #000
}

.bottom-title-en {
    font-size: 15px;
    letter-spacing: .25px;
    color: #777
}

.contact-us {
    margin-bottom: 30px
}

.map {
    width: 100%;
    height: 326px
}

@media (min-width: 992px) {

    .contact-us img {
        width: 100%
    }
}

@media (max-width: 992px) {

    .contact-us img {
        width: 80%
    }

    .contact-sort a {
        background-color: #337ab7;
        color: #fff;
        text-decoration: none
    }

    .map {
        margin-top: 50px
    }
}